lcPlineDivide Home

Generates equidistant points along a polyline. The result points can be retrieved with the function lcGetDivPt

 int lcPlineDivide (
   HANDLE hPline,
   int nPoints,
   BOOL bAngle
 );

Parameters
hPline
  Handle to a polyline object.
nPoints
  Number of points.
Specify zero value to free points memory buffer.
bAngle
  If TRUE then direction angle will be calculated for each point.

Return Value

  Number of result points.

See Also

  Code sample,   lcPlineDivide2,   lcGetDivPt